home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global r
- go(marker(0) + 5)
- if r < 2 then
- set r to r + 1
- if r = 2 then
- set the locH of sprite 4 to the locH of sprite 27
- set the locV of sprite 4 to the locV of sprite 27
- set the locH of sprite 5 to the locH of sprite 28
- set the locV of sprite 5 to the locV of sprite 28
- set the locH of sprite 6 to the locH of sprite 29
- set the locV of sprite 6 to the locV of sprite 29
- set the locH of sprite 7 to the locH of sprite 30
- set the locV of sprite 7 to the locV of sprite 30
- set the locH of sprite 8 to the locH of sprite 31
- set the locV of sprite 8 to the locV of sprite 31
- puppetSprite(19, 1)
- cursor(0)
- end if
- end if
- movWatch()
- if rollOver(27) then
- set the castNum of sprite 19 to the number of cast "an"
- set the locV of sprite 19 to the locV of sprite 2
- set the locH of sprite 19 to the locH of sprite 2
- exit
- end if
- if rollOver(28) then
- set the castNum of sprite 19 to the number of cast "sw"
- set the locV of sprite 19 to the locV of sprite 15
- set the locH of sprite 19 to the locH of sprite 15
- exit
- end if
- if rollOver(29) then
- set the castNum of sprite 19 to the number of cast "ID"
- set the locV of sprite 19 to the locV of sprite 16
- set the locH of sprite 19 to the locH of sprite 16
- exit
- end if
- if rollOver(30) then
- set the castNum of sprite 19 to the number of cast "F4"
- set the locV of sprite 19 to the locV of sprite 17
- set the locH of sprite 19 to the locH of sprite 17
- exit
- end if
- if rollOver(31) then
- set the castNum of sprite 19 to the number of cast "F5"
- set the locV of sprite 19 to the locV of sprite 18
- set the locH of sprite 19 to the locH of sprite 18
- exit
- end if
- set the locV of sprite 19 to -200
- Navi()
- end
-